home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / PalmDock / Src / StarterRsc.cpp < prev   
Encoding:
C/C++ Source or Header  |  2001-06-23  |  615 b   |  24 lines

  1. /******************************************************************************
  2.  *
  3.  * Copyright (c) 1997-1999 Palm Computing, Inc. or its subsidiaries.
  4.  * All rights reserved.
  5.  *
  6.  * File: StarterRsc.cpp
  7.  *
  8.  * Description:
  9.  *      The list of resources used by the app are stored here.
  10.  *
  11.  * History:
  12.  *        June 9, 1995    Created by Roger Flores
  13.  *
  14.  *****************************************************************************/
  15.  
  16. #include <BuildDefaults.h>
  17.  
  18. // RESOURCE_FILE_PREFIX is now defined in :Incs:BuildDefaults.h based on LANGUAGE.
  19.  
  20. char *AppResourceList[] = {
  21.     "::Rsc:"RESOURCE_FILE_PREFIX"Starter.rsrc",
  22.     ""
  23.     };
  24.